Esx Settings Repository Software FilterSpec

Esx Settings Repository Software FilterSpec
Esx Settings Repository Software FilterSpec

The Esx Settings Repository Software FilterSpec schema contains properties used to filter the results when listing software specifications in repository. (see GET /esx/settings/repository/software).

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "owners": [
        "string"
    ],
    "display_names": [
        "string"
    ]
}
array of string
owners
Optional

Filter software specification in repository based on the image owners.

This property was added in vSphere API 9.0.0.0.

If missing or null, the filter will match all the owners.

array of string
display_names
Optional

Filter software specification in repository based on the display names.

This property was added in vSphere API 9.0.0.0.

If missing or null, the filter will match all the display names.